home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 98 / CD-ROM 98.iso / infantil / tuxmath / tuxmath-2001.09.07-win32-installer.exe / src / credits.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-28  |  425 b   |  26 lines

  1. /*
  2.   credits.h
  3.  
  4.   For TuxMath
  5.   Contains the text of the credits display, as well
  6.   as the function which displays the credits in the game window.
  7.  
  8.   by Bill Kendrick
  9.   bill@newbreedsoftware.com
  10.   http://www.newbreedsoftware.com/
  11.  
  12.  
  13.   Part of "Tux4Kids" Project
  14.   http://www.tux4kids.org/
  15.       
  16.   August 26, 2001 - August 28, 2001
  17. */
  18.  
  19.  
  20. #ifndef CREDITS_H
  21. #define CREDITS_H
  22.  
  23. int credits(void);
  24.  
  25. #endif
  26.